From 976b1fe84d7ddcd6ffac55f70f3a375fad343141 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jan 2004 16:19:49 +0000 Subject: [PATCH] Add missing global CVS tags. --- gpx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpx.c b/gpx.c index 7c153301d..5b3bb63e1 100644 --- a/gpx.c +++ b/gpx.c @@ -117,6 +117,10 @@ typedef struct tag_mapping { tag_mapping tag_path_map[] = { { tt_gpx, "/gpx" }, { tt_time, "/gpx/time" }, + { tt_author, "/gpx/author" }, + { tt_email, "/gpx/email" }, + { tt_time, "/gpx/time" }, + { tt_desc, "/gpx/desc" }, { tt_wpt, "/gpx/wpt" }, { tt_wpt_ele, "/gpx/wpt/ele" }, -- 2.30.2